* {
    border: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.painel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #eee;
}

button {
    width: 150px;
    height: 30px;
    border-radius: 10px;
    cursor: pointer;
    margin: 10px;
    background-color: #ccc;
}

.carro {
    background-color: #f00;
    /* width: 100px; */
    /* height: 40px; */
}